-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add link to frame-ancestors #28246
Add link to frame-ancestors #28246
Conversation
Preview URLs (comment last updated: 2023-07-31 00:35:16) |
@@ -153,6 +153,12 @@ This element's attributes include the [global attributes](/en-US/docs/Web/HTML/G | |||
</td> | |||
<td>The metadata has been loaded.</td> | |||
</tr> | |||
<tr> | |||
<td> | |||
{{domxref("HTMLMediaElement.loadstart_event", 'loadstart')}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mistakenly commit it here. Here's the PR for this issue #28242
CSP frame-ancestors url added in see also section
This pull request has merge conflicts that must be resolved before it can be merged. |
@@ -234,4 +234,4 @@ Without this title, they have to navigate into the `<iframe>` to determine what | |||
|
|||
## See also | |||
|
|||
- [Privacy, permissions, and information security](/en-US/docs/Web/Privacy) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, why is this removed? We are adding links, not changing them.
Description
using CSP and frame-ancestors URL in See also section
Motivation
Additional details
Related issues and pull requests
Fixes #27754